home *** CD-ROM | disk | FTP | other *** search
/ .net 1997 June / net 33 / NET33PC.iso / pc / ondisc / scrnsave / yahoo_95.exe / yahoo_95.dxr / 00036.ls < prev    next >
Encoding:
Text File  |  1997-02-25  |  222 b   |  11 lines

  1. on exitFrame
  2.   if the timer <= ((60 * 15) + (random(60) * 10)) then
  3.     set the locH of sprite 20 to random(640)
  4.     set the locV of sprite 20 to random(480)
  5.   else
  6.     updateStage()
  7.     go("Ran")
  8.   end if
  9.   go(#loop)
  10. end
  11.